Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5132 +/- ##
=============================================
+ Coverage 92.786% 92.794% +0.008%
=============================================
Files 675 676 +1
Lines 83937 84131 +194
Branches 30497 30614 +117
=============================================
+ Hits 77882 78069 +187
- Misses 5955 5961 +6
- Partials 100 101 +1
... and 33 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f25febb | 1238.80 ms | 1245.35 ms | 6.56 ms |
| 69d8759 | 1235.71 ms | 1241.34 ms | 5.63 ms |
| ce4cfaf | 1203.61 ms | 1218.86 ms | 15.25 ms |
| 7419285 | 1209.53 ms | 1244.72 ms | 35.19 ms |
| b15521e | 1224.44 ms | 1251.13 ms | 26.68 ms |
| bd2afa6 | 1245.24 ms | 1263.18 ms | 17.94 ms |
| 53b29ac | 1228.81 ms | 1244.96 ms | 16.15 ms |
| 443fb02 | 1231.06 ms | 1252.60 ms | 21.54 ms |
| 888a145 | 1228.63 ms | 1248.94 ms | 20.30 ms |
| 70c49ca | 1206.44 ms | 1233.07 ms | 26.62 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f25febb | 21.58 KiB | 414.92 KiB | 393.34 KiB |
| 69d8759 | 20.76 KiB | 393.05 KiB | 372.29 KiB |
| ce4cfaf | 20.76 KiB | 423.19 KiB | 402.43 KiB |
| 7419285 | 20.76 KiB | 432.99 KiB | 412.22 KiB |
| b15521e | 21.58 KiB | 573.18 KiB | 551.60 KiB |
| bd2afa6 | 20.76 KiB | 420.55 KiB | 399.79 KiB |
| 53b29ac | 22.32 KiB | 819.55 KiB | 797.24 KiB |
| 443fb02 | 22.30 KiB | 832.42 KiB | 810.11 KiB |
| 888a145 | 21.58 KiB | 713.54 KiB | 691.96 KiB |
| 70c49ca | 22.31 KiB | 778.76 KiB | 756.45 KiB |
philipphofmann
approved these changes
Apr 24, 2025
Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift
Outdated
Show resolved
Hide resolved
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
philprime
commented
Apr 24, 2025
Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
Refactors the logic to get rendered session replay info to another method.
Furthermore it also adds more debug and error logging.
💡 Motivation and Context
This change has been a side-product of #5018 and I extracted it into another PR for easier review.
💚 How did you test it?
📝 Checklist
You have to check all boxes before merging:
sendDefaultPIIis enabled.